home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Glamour Girls 2
/
Glamour Girls II.iso
/
mac
/
bobwin.dir
/
00094_Script_94
< prev
next >
Wrap
Text File
|
1995-06-13
|
200b
|
12 lines
on mouseUp
global soundbutton
if soundbutton = 0 then
set soundbutton = 1
else if soundbutton = 1 then
set soundbutton = 0
end if
sound playFile 2,"click.wav"
end